INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f0c2b73d9d8516bd4c949af56cc2fc3d04e47b08e648a63bb90df480eaea5a93', 
    '2OMYFKdZsCL+FE7h0r2+st+XpG+Vh4FvWiBUhx2vGB0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00033

Result

int(1)